home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineButton2_1772 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-09  |  247 b   |  10 lines

  1. on(release){
  2.    c.gamePaused = false;
  3.    b.broadcastMessage("onPlay");
  4.    _parent.btnPause._visible = true;
  5.    _parent.btnPlay._visible = false;
  6.    _parent.btnQuit._visible = true;
  7.    _parent.btnHelp._visible = true;
  8.    gotoAndStop(1);
  9. }
  10.